home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5799 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.4 KB  |  41 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: chang.unx.sas.com!walker
  3. From: walker@chang.unx.sas.com (Doug Walker)
  4. Subject: Re: Ceck out this bug. What the *** is SASC/6.56 doing?
  5. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  6. Message-ID: <DoKGIF.HAx@unx.sas.com>
  7. Date: Wed, 20 Mar 1996 12:39:51 GMT
  8. X-Nntp-Posting-Host: chang.unx.sas.com
  9. References: <1120.6643T91T406@login.eunet.no> <828.6649T501T491@login.eunet.no> <DoGt57.IzK@unx.sas.com> <755.6652T1180T2805@login.eunet.no>
  10. Organization: SAS Institute Inc.
  11.  
  12. In article <755.6652T1180T2805@login.eunet.no>,
  13. Patrick Hanevold <patrick.hanevold@login.eunet.no> wrote:
  14. >
  15. >>I disagree.  It should be the maximum amount of stack that any system
  16. >>function or SAS/C library function will use.  1k should be plenty.  You
  17. >>don't want to set _STKNEED too high, or you'll end up reallocating too
  18. >>often.
  19. >
  20. >Well, its a little dificult subject.
  21. >
  22. >>You should change the value in your code by adding the following line
  23. >>external to any function:
  24. >
  25. >>   long _STKNEED = 1024;
  26. >
  27. >Yeah, it will do, but its a litte anoying having it in the source though.
  28.  
  29. OK, then use OML to break up the library, get rid of the module that defines
  30. _STKNEED, replace it with a better definition, use OML to recreate the library,
  31. and quit whining.
  32.  
  33.  
  34.  
  35. -- 
  36.   *****     
  37.  *|_o_o|\\     Doug Walker   walker@unx.sas.com  
  38.  *|. o.| ||                
  39.   | o  |//     Any opinions are mine, not those of SAS Institute, Inc.
  40.   ====== 
  41.